home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / cdraw.zip / CDRAW.TXT < prev   
Text File  |  1987-02-26  |  2KB  |  42 lines

  1.                               CDRAW.EXE
  2.  
  3.      This program is designed to allow for the creation of c source
  4. code to generate the screens which are drawn.  The program provides
  5. for
  6.      character drawing
  7.      line drawing
  8.      line erase
  9.      line insert
  10.      line delete
  11.      box draw
  12.      box erase
  13.      block copy
  14.      block move
  15.      ASCII load
  16.      ASCII save
  17.      C code save
  18.  
  19. all using the full extended character set with double line characters
  20. assigned to Alt 0 through Alt 9.
  21.  
  22. This program is a limited subset of a program which creates source
  23. code for a commercial library I frequently use.  Used for the library
  24. code generation it allows for the specification of variables to be
  25. printed.  Once I get a little free time from my present project (now
  26. over 500K of source code and finally nearing completion) I plan to
  27. extend this version to provide for the same feature.  Some of the
  28. operation of this program is a little rough and I will clean that up
  29. also.  Please let me know what doesn't work cleanly, or to your
  30. satisfaction, or what other features you might want.  This stuff is
  31. fun compared to the mind deadening attention to detail required by the
  32. business programming I do.
  33.      You may leave a message here or contact me by mail or phone
  34. Ron Kracht
  35. Invisible Light Software (from T.S. Elliot  Choruses from the Rock)
  36. 21 Grand Street
  37. Warwick, NY 10990
  38. 914-986-6255
  39.      P.S.  I could not include source code here because I used a
  40. commercial library which restricts me in its licensing requirements
  41. from publishing any source code.
  42.